From: Richard M. Stallman Date: Wed, 31 Jul 2002 22:05:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31290 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=797af00c379b964e30c0d74abfda50e8ee2b86d0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92a45542ead..8f4553a6db2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-07-31 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): + Check that (car elt) is a string. + + * pcomplete.el (pcomplete-entries): Doc fix. + + * international/mule.el (non-standard-icccm-encodings-alist): Doc fix. + 2002-07-31 Andreas Schwab * dired.el: Hide disabling of dired-find-alternate-file behind @@ -99,6 +108,13 @@ 2002-07-29 Richard M. Stallman + * bindings.el (help-echo): If global-mode-string is non-nil, + display some spaces after it. + + * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): + Don't call string-match on non-string. + (displaying-byte-compile-warnings): + * textmodes/ispell.el (check-ispell-version): Bind default-directory to avoid errors. Kill the old temp buffer at the beginning.